Accusoft.OCRXpress.Java - Updated
Set Page Orientation
User Guide > How To ... > Set Page Orientation

You have the option to set the parameters for PageOrientation.

In the code snippet example below, the page orientation is set to UPRIGHT:

Copy Code
RecognitionParameters parameters = new RecognitionParameters();
parameters.setPageOrientation(PageOrientation.UPRIGHT);

There are 3 options to set the PageOrientation enumeration: